home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 December / december_2001.iso / Internet Programs / HTML Webmaster 2.0 / _SETUP.1 / Close DB Connection.cod < prev    next >
Encoding:
Text File  |  2001-02-16  |  142 b   |  11 lines

  1.  
  2. Sub CloseCon
  3. rs.Close
  4. set rs = Nothing
  5.  
  6. 'close the connection
  7. conn.Close
  8. 'destroy the connection object
  9. set conn = Nothing
  10. End Sub
  11.